PasswordRecord

interface PasswordRecord

A record saved in the password store.

Since

7.20

Types

Link copied to clipboard
class Builder
A builder of PasswordRecord.

Functions

Link copied to clipboard
open fun login(): String
The username or email address used to log into the site.
Link copied to clipboard
open fun newBuilder(url: String, password: String): PasswordRecord.Builder
Creates a new PasswordRecord builder with the given required parameters.
Link copied to clipboard
open fun url(): String
The URL of the site for which the password is saved.